Skip to content

Conversation

andrian-sevastyanov
Copy link
Contributor

Description

Ensure IAC_SCAN is included when --detect.tools=ALL and --detect.iac.scan.paths is not specified.

@@ -50,9 +47,6 @@ public boolean shouldInclude(DetectTool detectTool) { //Only turn tools OFF, tur
if (detectTool == DetectTool.IMPACT_ANALYSIS) {
return impactEnabled;
}
if (detectTool == DetectTool.IAC_SCAN) {
Copy link
Contributor Author

@andrian-sevastyanov andrian-sevastyanov Jan 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since this check is being removed, the decision will be made primarily by line 69 in this file.
Check at line 53 will not matter here since Rapid mode does not attempt IaC.

I am looking into whether the check at line 56 is something to take into account here since I don't fully understand stateless mode.

@andrian-sevastyanov andrian-sevastyanov marked this pull request as draft January 13, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant